home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / MacOberon / MacOberon (tools) / SuperTool.Txt (.txt) < prev    next >
Encoding:
Oberon Text  |  1991-02-14  |  3.8 KB  |  130 lines  |  [.Ob./.Ob2]

  1. Syntax10.Scn.Fnt
  2. Syntax10i.Scn.Fnt
  3. Syntax12.Scn.Fnt
  4. Syntax12i.Scn.Fnt
  5. Syntax12m.Scn.Fnt
  6. Syntax14.Scn.Fnt
  7. Syntax14i.Scn.Fnt
  8. Syntax16.Scn.Fnt
  9.     Syntax20.Scn.Fnt
  10. Syntax24.Scn.Fnt
  11. {You may wish to use the Write system for creating tools}
  12. {with a higher functionality than is possible using ordinary}
  13. {TextFrames.  This sample tool includes popup menus and}
  14. {analog clocks that behave like ordinary characters, i.e.}
  15. {they float in the text and can be copied and deleted.}
  16. r10  i10  r12  i12  m12  r14  i14  r16  r20  r24
  17. {Change a font to one of the fonts displayed above}
  18. {by interclicking Select button while pointing to the}
  19. {template font above with the Position button.}
  20. {Edit a Popup-Menu by interclicking Select during Action.}
  21. {Any changes you make to the menu text are propagated}
  22. {to the menu instantly.}
  23. {Insert analog clocks of any size by positioning the caret}
  24. {and executing ClockElems.Insert with an integer}
  25. {parameter giving the required size.}
  26. ____________________________________________________________________________________________________________________________________
  27. *.Mod  *.Doc  *.Txt  *Text  *.Tool  *.Scn.Fnt  *.Bak  *
  28. ____________________________________________________________________________________________________________________________________
  29. System.Free ~            System.State ~
  30. System.CopyFiles  => ~    System.RenameFiles  => ~    System.DeleteFiles ~
  31. ____________________________________________________________________________________________________________________________________
  32. WriteParcs.Alloc
  33. PopupElems.Alloc
  34. System
  35. Syntax10.Scn.Fnt
  36. System.Collect
  37. System.Directory ^
  38. System.Recall
  39. System.OpenLog
  40. System.ShowModules
  41. System.Time
  42. System.Version
  43. System.Watch
  44. PopupElems.Alloc
  45. Syntax10.Scn.Fnt
  46. Ed.Open ^
  47. Hex.Open ^
  48. Edit.Open ^
  49. Leda.Open ^
  50. Write.Open ^
  51. Draw.Open ^
  52. System.Open ^
  53. System.OpenLog
  54. PopupElems.Alloc
  55. Print
  56. Syntax10.Scn.Fnt
  57. Edit.Print Pluto *
  58. Leda.Print Pluto *
  59. Write.Print Pluto *
  60. PopupElems.Alloc
  61. Fonts
  62. Syntax10.Scn.Fnt
  63. System.SetFont Syntax8.Scn.Fnt
  64. System.SetFont Syntax10.Scn.Fnt
  65. System.SetFont Syntax12.Scn.Fnt
  66. PopupElems.Alloc
  67. Syntax10.Scn.Fnt
  68. Edit.Recall
  69. Edit.Search
  70. Edit.Locate
  71. Edit.Print Pluto *
  72. PopupElems.Alloc
  73. Write
  74. Syntax10.Scn.Fnt
  75. Write.Recall @
  76. Write.InsertParc @
  77. Write.Locate ^
  78. Write.SelectParc @
  79. Write.Set line 10
  80. Write.Set line 34
  81. Write.Set line 51
  82. Write.Set line 68
  83. Write.Set lead 10
  84. Write.Set lead 34
  85. Write.Set lead 68
  86. PopupElems.Alloc
  87. Elems
  88. Syntax10.Scn.Fnt
  89. FoldElems.Insert
  90. FoldElems.Expand
  91. FoldElems.Collapse
  92. FoldElems.Search ^
  93. FoldElems.Marks on
  94. FoldElems.Marks off
  95. ClockElems.Insert
  96. IconElems.Insert
  97. ChaosElems.Insert 800 400
  98. PopupElems.Alloc
  99. Syntax10.Scn.Fnt
  100. Leda.Restore
  101. Leda.Execute pagebreaks
  102. Leda.Execute maketext
  103. Leda.Execute copytext
  104. PopupElems.Alloc
  105. Browser
  106. Syntax10.Scn.Fnt
  107. Browser.ShowDef ^
  108. Browser.ShowObj ^
  109. Browser.ShowTree ^
  110. PopupElems.Alloc
  111. Compile
  112. Syntax10.Scn.Fnt
  113. Compiler.Compile *
  114. Compiler.Compile */s
  115. _______________________________________
  116. Compiler.Compile */n
  117. Compiler.Compile */x
  118. Compiler.Compile */xnt
  119. _______________________________________
  120. FoldComp.Compile *
  121. FoldComp.Compile */s
  122. FoldComp.ShowError
  123. ClockElems.Alloc
  124. ClockElems.Alloc
  125. ClockElems.Alloc
  126. ClockElems.Alloc
  127. ClockElems.Alloc
  128. ClockElems.Alloc
  129. ClockElems.Alloc
  130.